home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / asm / NewStartup39.readme < prev   
Text File  |  1996-11-03  |  4KB  |  97 lines

  1. Short:    Enhanced startupcode for assembler v3.9
  2. Author:   Kenneth C. Nilsen (kenneth@norconnect.no)
  3. Uploader: Kenneth C. Nilsen (kenneth@norconnect.no)
  4. Type:     dev/asm
  5. Replaces: dev/asm/NewStartup*
  6.  
  7.  
  8. Startup.asm
  9. ===========
  10.  
  11. $VER: Startup_asm 3.9 (06.10.96)
  12.  
  13. Copyright © 1995,1996 by Kenneth C. Nilsen (kenneth@norconnect.no).
  14. All rights reserved.
  15.  
  16. Currently the most powerful startup code you'll find for your assembler.
  17. This source is public domain.
  18.  
  19. Works with any kickstart, chip and configuration.
  20. Should work with any assembler.
  21.  
  22.  
  23.  
  24. WHAT KIND OF USE?
  25. =================
  26.  
  27.     * Checks processor and fpu if wanted. Allowing requirement for this.
  28.     * Run your program from WB and CLI.
  29.     * Opens and closes wanted libraries automatically!
  30.     * Dumps error messages on ALL errors (from 3.5+): too low processor,
  31.       no FPU, no library, debug info etc. and then exits gracefully.
  32.     * Parse any kind of arguments. Handles quotes, asterix' etc.
  33.       Returns null terminated extracted arguments.
  34.     * Set taskname easily.
  35.     * Just one include (itself). Need no external includes.
  36.     * Adds 11 macro commands to your assembler.
  37.     * Exit with the right return code.
  38.     * Educational source. Source fully documented.
  39.     * Source is public domain.
  40.     * Demo sources follows this archive.
  41.  
  42.  
  43.  
  44. NEW FEATURES
  45. ============
  46.  
  47. 3.9:
  48.     - Added two macros:
  49.  
  50.         InitDebugHandler "<filename>"
  51.         DebugDump "Debug text",labelID
  52.  
  53.       Powerful debug tool to help you in your programming. The debug
  54.       macros can easily be activated or deactivated. If deactivated they
  55.       will not be assembled.
  56.  
  57.     - Changed the CPU and MATH check. You now have to activate them the
  58.       same way as the debug procedure or the check will not be assembled.
  59.       This will save space in your programs if CPU/MATH check isn't
  60.       necessary.
  61.  
  62.  
  63. ============================= Archive contents =============================
  64.  
  65. Original  Packed Ratio    Date     Time    Name
  66. -------- ------- ----- --------- --------  -------------
  67.     1567    1207 22.9% 07-Oct-96 02:40:58 +StartupExample_CPUMATH.info
  68.     1759     590 66.4% 09-Oct-95 17:56:30 +Digital.macs
  69.    20789    6694 67.8% 07-Oct-96 03:51:04 +NewStartup.guide
  70.     1601     922 42.4% 07-Oct-96 02:40:08 +NewStartup.guide.info
  71.     1990     879 55.8% 06-Oct-96 18:25:58 +Sample_header.s
  72.     6276    2321 63.0% 06-Oct-96 20:21:16 +Startup_example.s
  73.     1567    1207 22.9% 07-Oct-96 02:40:58 +StartupExample_CPUCHECK.info
  74.     1567    1212 22.6% 07-Oct-96 02:41:00 +StartupExample_DEBUG.info
  75.     1567    1212 22.6% 07-Oct-96 02:41:00 +StartupExample_MATHCHECK.info
  76.     1567    1211 22.7% 07-Oct-96 02:41:00 +StartupExample_NONE.info
  77.     1820     748 58.9% 06-Oct-96 20:09:12 +StartupExample.readme
  78.     1581     903 42.8% 07-Oct-96 02:40:58 +StartupExample.readme.info
  79.     1567    1212 22.6% 07-Oct-96 02:40:58 +StartupExample_ALL.info
  80.     1460     994 31.9% 06-Oct-96 19:58:50 +StartupExample_CPUCHECK
  81.     1380     951 31.0% 06-Oct-96 19:59:00 +StartupExample_MATHCHECK
  82.     2540    1528 39.8% 06-Oct-96 19:01:56 +StartupExample_ALL
  83.     1556    1050 32.5% 06-Oct-96 19:01:36 +StartupExample_CPUMATH
  84.     2264    1345 40.5% 06-Oct-96 19:02:08 +StartupExample_DEBUG
  85.     1280     876 31.5% 06-Oct-96 19:01:22 +StartupExample_NONE
  86.    14270    5047 64.6% 06-Oct-96 18:46:56 +Startup.asm
  87.     6627    2163 67.3% 07-Oct-96 03:12:28 +Startup.asm.stripped
  88.     1188     545 54.1% 07-Oct-96 03:15:34  NewStartup39.info
  89.     1765     932 47.1% 06-Oct-96 18:25:32  NewStartup39.readme
  90.     1188     545 54.1% 07-Oct-96 03:15:34 +Bin.info
  91.     1188     543 54.2% 07-Oct-96 03:15:34 +Docs.info
  92.     1581     900 43.0% 07-Oct-96 03:15:34 +Startup.asm.info
  93.     1581     903 42.8% 07-Oct-96 03:15:34 +Startup.asm.stripped.info
  94.     1581     899 43.1% 07-Oct-96 03:15:34 +Startup_example.s.info
  95. -------- ------- ----- --------- --------
  96.    86667   39539 54.3% 30-Oct-96 13:15:06   28 files
  97.